home *** CD-ROM | disk | FTP | other *** search
/ Eagles Nest BBS 8 / Eagles_Nest_Mac_Collection_Disc_8.TOAST / Developer Tools⁄Additions / MacTCPToolBx / TCP XCMD Docs / card_5622.txt < prev    next >
Text File  |  1989-06-01  |  1KB  |  37 lines

  1. -- card: 5622 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 3170
  5. -- name: 
  6.  
  7.  
  8. -- part contents for background part 9
  9. ----- text -----
  10. Function:
  11.  
  12. -- part contents for background part 1
  13. ----- text -----
  14. TCPNameToAddr(name,timeOut,hostFile)
  15.  
  16. -- part contents for background part 2
  17. ----- text -----
  18. Convert a name to an IP address.
  19.  
  20. -- part contents for background part 3
  21. ----- text -----
  22. name
  23. timeOut
  24. hostFile
  25.  
  26. -- part contents for background part 7
  27. ----- text -----
  28. the name of the network entity
  29. how long to try for, in ticks (optional; default: 1800)
  30. file system name of a local host file (optional; default: none)
  31.  
  32. -- part contents for background part 4
  33. ----- text -----
  34. Call the domain name resolver to translate a name into a comma-separated list of IP addresses (suitable for passing to activeOpen or passiveOpen). If the name is an dot-format IP address, it will simply translate it to a number and return. If it is a name, the domain name resolver will first look in the local host file, if the name of one is given. Then it will try to contact the domain name server
  35. (assuming the user has properly configured MacTCP). If this too fails, it will return empty.
  36.  
  37. The result is a comma-separated list of IP address since one host may have more than one IP address.